home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  168 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(30, 1)
  3. end
  4.  
  5. on mouseUp
  6.   global gun
  7.   set gun to 1
  8.   set the locV of sprite 30 to 600
  9.   puppetSound("DBLCLICK.AIF")
  10.   LocateSprite(512)
  11. end
  12.